From 97bfa3300d2295c37548377bb7b32d3f696bed3c Mon Sep 17 00:00:00 2001 From: Hidetoshi Tajima Date: Fri, 1 Dec 2000 04:40:45 +0000 Subject: [PATCH] Add NULL argument to XGetIMValues to properly terminate variable argument 2000-11-30 Hidetoshi Tajima * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to XGetIMValues to properly terminate variable argument list, and do NULL return check for ic_values and xim_styles. * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset): Restore preedit state after XmbResetIC(). * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): XvaCreateNestedList() should take XvaNestedList, but not XvaNestedList*. * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset, preedit_draw_callback, preedit_caret_callback): Match "preedit-changed" signal name to "preedit_changed" to be consistent to the spec. * gtk/gtkimcontextsimple.c (check_table): Match "preedit-changed" to "preedit_changed" to be consistent to the spec. --- ChangeLog | 22 ++++++++++++++++++++++ ChangeLog.pre-2-0 | 22 ++++++++++++++++++++++ ChangeLog.pre-2-10 | 22 ++++++++++++++++++++++ ChangeLog.pre-2-2 | 22 ++++++++++++++++++++++ ChangeLog.pre-2-4 | 22 ++++++++++++++++++++++ ChangeLog.pre-2-6 | 22 ++++++++++++++++++++++ ChangeLog.pre-2-8 | 22 ++++++++++++++++++++++ 7 files changed, 154 insertions(+) diff --git a/ChangeLog b/ChangeLog index 16a0cc3094..ace9d6656e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2000-11-30 Hidetoshi Tajima + + * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to + XGetIMValues to properly terminate variable argument list, and do + NULL return check for ic_values and xim_styles. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset): + Restore preedit state after XmbResetIC(). + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): + XvaCreateNestedList() should take XvaNestedList, but not + XvaNestedList*. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset, + preedit_draw_callback, preedit_caret_callback): Match + "preedit-changed" signal name to "preedit_changed" to be + consistent to the spec. + + * gtk/gtkimcontextsimple.c (check_table): + Match "preedit-changed" to "preedit_changed" to be consistent + to the spec. + Thu Nov 30 23:03:04 2000 Owen Taylor * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 16a0cc3094..ace9d6656e 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,25 @@ +2000-11-30 Hidetoshi Tajima + + * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to + XGetIMValues to properly terminate variable argument list, and do + NULL return check for ic_values and xim_styles. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset): + Restore preedit state after XmbResetIC(). + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): + XvaCreateNestedList() should take XvaNestedList, but not + XvaNestedList*. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset, + preedit_draw_callback, preedit_caret_callback): Match + "preedit-changed" signal name to "preedit_changed" to be + consistent to the spec. + + * gtk/gtkimcontextsimple.c (check_table): + Match "preedit-changed" to "preedit_changed" to be consistent + to the spec. + Thu Nov 30 23:03:04 2000 Owen Taylor * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 16a0cc3094..ace9d6656e 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,25 @@ +2000-11-30 Hidetoshi Tajima + + * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to + XGetIMValues to properly terminate variable argument list, and do + NULL return check for ic_values and xim_styles. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset): + Restore preedit state after XmbResetIC(). + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): + XvaCreateNestedList() should take XvaNestedList, but not + XvaNestedList*. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset, + preedit_draw_callback, preedit_caret_callback): Match + "preedit-changed" signal name to "preedit_changed" to be + consistent to the spec. + + * gtk/gtkimcontextsimple.c (check_table): + Match "preedit-changed" to "preedit_changed" to be consistent + to the spec. + Thu Nov 30 23:03:04 2000 Owen Taylor * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 16a0cc3094..ace9d6656e 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,25 @@ +2000-11-30 Hidetoshi Tajima + + * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to + XGetIMValues to properly terminate variable argument list, and do + NULL return check for ic_values and xim_styles. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset): + Restore preedit state after XmbResetIC(). + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): + XvaCreateNestedList() should take XvaNestedList, but not + XvaNestedList*. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset, + preedit_draw_callback, preedit_caret_callback): Match + "preedit-changed" signal name to "preedit_changed" to be + consistent to the spec. + + * gtk/gtkimcontextsimple.c (check_table): + Match "preedit-changed" to "preedit_changed" to be consistent + to the spec. + Thu Nov 30 23:03:04 2000 Owen Taylor * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 16a0cc3094..ace9d6656e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,25 @@ +2000-11-30 Hidetoshi Tajima + + * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to + XGetIMValues to properly terminate variable argument list, and do + NULL return check for ic_values and xim_styles. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset): + Restore preedit state after XmbResetIC(). + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): + XvaCreateNestedList() should take XvaNestedList, but not + XvaNestedList*. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset, + preedit_draw_callback, preedit_caret_callback): Match + "preedit-changed" signal name to "preedit_changed" to be + consistent to the spec. + + * gtk/gtkimcontextsimple.c (check_table): + Match "preedit-changed" to "preedit_changed" to be consistent + to the spec. + Thu Nov 30 23:03:04 2000 Owen Taylor * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 16a0cc3094..ace9d6656e 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,25 @@ +2000-11-30 Hidetoshi Tajima + + * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to + XGetIMValues to properly terminate variable argument list, and do + NULL return check for ic_values and xim_styles. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset): + Restore preedit state after XmbResetIC(). + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): + XvaCreateNestedList() should take XvaNestedList, but not + XvaNestedList*. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset, + preedit_draw_callback, preedit_caret_callback): Match + "preedit-changed" signal name to "preedit_changed" to be + consistent to the spec. + + * gtk/gtkimcontextsimple.c (check_table): + Match "preedit-changed" to "preedit_changed" to be consistent + to the spec. + Thu Nov 30 23:03:04 2000 Owen Taylor * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 16a0cc3094..ace9d6656e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,25 @@ +2000-11-30 Hidetoshi Tajima + + * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to + XGetIMValues to properly terminate variable argument list, and do + NULL return check for ic_values and xim_styles. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset): + Restore preedit state after XmbResetIC(). + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): + XvaCreateNestedList() should take XvaNestedList, but not + XvaNestedList*. + + * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset, + preedit_draw_callback, preedit_caret_callback): Match + "preedit-changed" signal name to "preedit_changed" to be + consistent to the spec. + + * gtk/gtkimcontextsimple.c (check_table): + Match "preedit-changed" to "preedit_changed" to be consistent + to the spec. + Thu Nov 30 23:03:04 2000 Owen Taylor * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle -- 2.30.2